home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / SpeedDrill.swf / scripts / DefineButton2_350 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  185 b   |  11 lines

  1. on(release){
  2.    if(_root.chain > 2)
  3.    {
  4.       if(_root.totalh < _root.totaln)
  5.       {
  6.          _root.totalh = _root.totaln;
  7.       }
  8.    }
  9.    _root.gotoAndPlay("GameStart");
  10. }
  11.